85 86 87 88 89
# File 'lib/bundler/spec_set.rb', line 85 def []=(key, value) delete_by_name(key) add_spec(value) end